From b346fe70621f46df5b70d2587c80366dad125ce7 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Thu, 24 Jun 2004 15:03:50 +0000 Subject: [PATCH] bitkeeper revision 1.1013 (40daed56xws_lOXV0-69PmNva-ojrw) trivial Makefile fix --- linux-2.4.26-xen-sparse/arch/xen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.4.26-xen-sparse/arch/xen/Makefile b/linux-2.4.26-xen-sparse/arch/xen/Makefile index 8825bcfe96..705dc41a9b 100644 --- a/linux-2.4.26-xen-sparse/arch/xen/Makefile +++ b/linux-2.4.26-xen-sparse/arch/xen/Makefile @@ -24,8 +24,8 @@ override EXTRAVERSION := $(subst linux-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL),,$(s # defconfig file. It would be much better if there was a hook in the # main Makefile to do this, but this works. ifneq (.config,$(wildcard .config)) -X=$(shell cp arch/xen/defconfig$(EXTRAVERSION) .config) --include .config +X=$(shell cp $(TOPDIR)/arch/xen/defconfig$(EXTRAVERSION) $(TOPDIR)/.config) +-include $(TOPDIR)/.config endif LD=$(CROSS_COMPILE)ld -m elf_i386 -- 2.30.2